home *** CD-ROM | disk | FTP | other *** search
- #ifndef _APPLEEVENTS_
- #include <AppleEvents.h>
- #endif
-
- Boolean SupportsAEVT(void);
- void DoHighLevelEvent(EventRecord *ev);
- void RegisterMyEvents(void);
-
- pascal OSErr MyAEHandleOAPP(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
- pascal OSErr MyAEHandleODOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
- pascal OSErr MyAEHandlePDOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
- pascal OSErr MyAEHandleQUIT(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
-
- OSErr MyGotRequiredParams(AppleEvent *theAppleEvent);
-